runtime.ancestorInfo.goid (field)
4 uses
runtime (current package)
proc.go#L5454: goid: callergp.goid,
runtime2.go#L1214: goid uint64 // goroutine id of this goroutine; original goroutine possibly dead
traceback.go#L1048: print("[originating from goroutine ", ancestor.goid, "]:\n")
traceback.go#L1060: if f.valid() && showfuncinfo(f.srcFunc(), false, abi.FuncIDNormal) && ancestor.goid != 1 {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)